翻訳と辞書
Words near each other
・ Parallelia bistriaris
・ Parallelism
・ Parallelism (grammar)
・ Parallelism (philosophy)
・ Parallel
・ Parallel (album)
・ Parallel (filling stations operator)
・ Parallel (geometry)
・ Parallel (manga)
・ Parallel (video)
・ Parallel 36°30′ north
・ Parallel 54°40′ north
・ Parallel 59
・ Parallel 9
・ Parallel adoption
Parallel algorithm
・ Parallel and cross cousins
・ Parallel array
・ Parallel ATA
・ Parallel axis theorem
・ Parallel bars
・ Parallel Bus Interface
・ Parallel card
・ Parallel Cinema
・ Parallel college
・ Parallel College (film)
・ Parallel Colt
・ Parallel communication
・ Parallel compression
・ Parallel computation thesis


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Parallel algorithm : ウィキペディア英語版
Parallel algorithm

In computer science, a parallel algorithm, as opposed to a traditional serial algorithm, is an algorithm which can be executed a piece at a time on many different processing devices, and then combined together again at the end to get the correct result.
Many parallel algorithms are executed concurrently – though in general concurrent algorithms are a distinct concept – and thus these concepts are often conflated, with which aspect of an algorithm is parallel and which is concurrent not being clearly distinguished. Further, non-parallel, non-concurrent algorithms are often referred to as "sequential algorithms", by contrast with concurrent algorithms.
==Parallelizability==

Algorithms vary significantly in how parallelizable they are, ranging from easily parallelizable to completely unparallelizable. Further, a given problem may accommodate different algorithms, which may be more or less parallelizable.
Some problems are easy to divide up into pieces in this way – these are called ''embarrassingly parallel problems.'' For example, splitting up the job of checking all of the numbers from one to a hundred thousand to see which are primes could be done by assigning a subset of the numbers to each available processor, and then putting the list of positive results back together. Algorithms are also used for things such as solving Rubik's Cubes and for hash decryption.
Some problems cannot be split up into parallel portions, as they require the results from a preceding step to effectively carry on with the next step – these are called s. Examples include iterative numerical methods, such as Newton's method, iterative solutions to the three-body problem, and most of the available algorithms to compute pi (π).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Parallel algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.